How to Install e2tools software package in Debian 9 (Stretch)

How to Install e2tools software package in Debian 9 (Stretch)

e2tools software package provides utilities for manipulating files in an ext2/ext3 filesystem, you can install in your Debian 9 (Stretch) by running the commands given below on the terminal,

$ sudo apt-get update
$ sudo apt-get install e2tools 

e2tools is installed in your system.

Make ensure the e2tools package were installed using the commands given below,

$ sudo dpkg-query -l | grep e2tools *

You will get with e2tools package name, version, architecture and description in a table

e2tools package basic information:

Distro Debian 9 stretch
Section Miscellaneous
Package e2tools
Version 0.0.16-6.1+b1 [armhf], 0.0.16-
Description utilities for manipulating files in an ext2/ext3 filesystem
Sub Section Miscellaneous


See Also, How to uninstall or remove e2tools software package from Debian 9 (Stretch)?